docs: document async generation, optional sign-in, data control and refresh counts - #39
Merged
Merged
Conversation
added 2 commits
July 29, 2026 17:16
The new Generate entry introduced an em-dash to match its neighbours. House style is to avoid them, so the whole list now uses colons and reads the same.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the judge-facing docs up to date with the five PRs that landed this
week (#33 through #38: Firebase ID-token verification, async submit + poll
job store and its frontend wiring, optional per-user multitenancy, and the
concurrency load test) and reconciles stale test counts. Docs only, no
source or test changes.
adds "Async generation (submit + poll)" and "Optional accounts (Google
sign-in)" sections next to Architecture; adds a "Your photos and your
data" section after PII safety (what leaves the browser in live mode,
no captioning/vision step, self-service control, provider-retention
disclaimer); refreshes the Testing & CI counts.
POST /reelsissynchronous (no polling)" and the wizard's Generate step both predate the
async submit+poll wiring) and documents the
Authorizationheaderattachment.
firebase-authto "Built with", and adds one bullet under Productionreadiness for the async job + accounts work.
superseding the 2026-07-24 one (marked accordingly, kept for history),
and updates the Production Readiness scorecard cell in place (same
pattern the 2026-07-24 PR used).
Claims verified against code before writing
job_id) / poll (queued/running/done/failed)and the in-process-worker honest limitation:
src/cinemory/jobs.py,src/cinemory/api.py(create_reel_job,get_reel_job,_run_job).frontend/src/components/steps/GenerateReel.tsx(usesuseSubmitReelJob+usePollReelJob, not the old multipart upload).four
VITE_FIREBASE_*vars are unset:frontend/src/lib/auth.ts(
isAuthEnabled),frontend/src/components/AuthMenu.tsx(if (!isAuthEnabled()) return null).Admin SDK, no service-account secret):
src/cinemory/auth.py; confirmedno
firebase-admindependency inrequirements.txt/pyproject.toml./me/library,/me/data, tenant idonly from the verified token:
src/cinemory/api.py(
get_tenant,_TenantScopedStorage,get_my_library,delete_my_data).tests/integration/test_load.py::test_concurrent_multitenant_isolation_under_load.1-hour presigned URL (live mode only):
src/cinemory/adapters/genblaze_provider.py(_external_inputs,_INPUT_URL_EXPIRES_SECS = 3600); offline mode never talks to B2 (fakesonly).
src/cinemory/ingest.pybuilds each promptfrom a fixed 5-entry rotation of camera-movement phrases blended with the
occasion preset (
occ.style_prompt(prompts[c % len(prompts)])), neverfrom photo content;
pipeline.pyonly ever calls the provider withModality.VIDEO. Grepped the wholesrc/cinemorytree forcaption/vision/describe/BLIP-style terms; the only hit was an unrelated
LinkedIn API field (
uploadCaptions).main(30448211424,
commit
a07c0a3): backend 314 passed + 4 skipped (unit 156+1, integration99+3, e2e 59), pen-test 62 passed, frontend 280 vitest tests across 39
files.
Test plan
adds new sections around them).
none introduced (pre-existing dashes in untouched surrounding text
were left alone).
scripts/readiness.py(the CIreadinessgate) has nodependency on README/SUBMISSION/STATE content.